home *** CD-ROM | disk | FTP | other *** search
/ New Perspectives on Computer Concepts / New Perspectives on Computer Concepts.iso / np2010c / L02a.swf / scripts / frame_551 / DoAction.as
Text File  |  2007-12-30  |  358b  |  20 lines

  1. stop();
  2. t2QC07a_inv.useHandCursor = false;
  3. t2QC07c_inv.useHandCursor = false;
  4. t2QC07d_inv.useHandCursor = false;
  5. NavSetup(qc07prev);
  6. NavSetup(qc07next);
  7. NavSetup(qc07end);
  8. qc07prev.onPress = function()
  9. {
  10.    gotoAndStop(547);
  11. };
  12. qc07next.onPress = function()
  13. {
  14.    gotoAndStop(553);
  15. };
  16. qc07end.onPress = function()
  17. {
  18.    gotoAndStop(530);
  19. };
  20.